fix gcc compile error due to misplaced declaration
authorparkrrrr <parkrrrr@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Tue, 2 Sep 2003 18:25:22 +0000 (18:25 +0000)
committerparkrrrr <parkrrrr@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Tue, 2 Sep 2003 18:25:22 +0000 (18:25 +0000)
gpsbabel/tiger.c

index 3233202e8dbd78d7c6c2ae787425e118148b8c58..17c829b8078e00c0db52e80f3317a68a81b232de 100644 (file)
@@ -171,12 +171,12 @@ map_plot(const waypoint *wpt)
 static void
 data_write(void)
 {
+       double latsz,lonsz;
        maxlat = -9999.0;
        maxlon = -9999.0;
        minlat = 9999.0;
        minlon = 9999.0;
        rec_cnt = 0;
-       double latsz,lonsz;
 
        if (snlen)
                short_length = atoi(snlen);